Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2025

Bumps kotlin from 2.2.21 to 2.3.0.
Updates org.jetbrains.kotlin.android from 2.2.21 to 2.3.0

Updates org.jetbrains.kotlin.multiplatform from 2.2.21 to 2.3.0

Updates org.jetbrains.kotlin.plugin.serialization from 2.2.21 to 2.3.0

Updates org.jetbrains.kotlin.jvm from 2.2.21 to 2.3.0

Updates org.jetbrains.kotlin.plugin.compose from 2.2.21 to 2.3.0

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 18, 2025
@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin-2.3.0 branch from 2b8e2d2 to 9aef8a7 Compare December 24, 2025 05:28
@Tlaster
Copy link
Contributor

Tlaster commented Jan 11, 2026

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin-2.3.0 branch from 9aef8a7 to a510952 Compare January 11, 2026 15:22
@Tlaster Tlaster enabled auto-merge January 11, 2026 15:23
@Tlaster
Copy link
Contributor

Tlaster commented Jan 12, 2026

@dependabot recreate

Bumps `kotlin` from 2.2.21 to 2.3.0.

Updates `org.jetbrains.kotlin.android` from 2.2.21 to 2.3.0

Updates `org.jetbrains.kotlin.multiplatform` from 2.2.21 to 2.3.0

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.2.21 to 2.3.0

Updates `org.jetbrains.kotlin.jvm` from 2.2.21 to 2.3.0

Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.21 to 2.3.0

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.multiplatform
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin-2.3.0 branch from a510952 to e6b8c5d Compare January 12, 2026 02:12
github-actions[bot]
github-actions bot previously approved these changes Jan 12, 2026
@Tlaster
Copy link
Contributor

Tlaster commented Jan 12, 2026

@copilot fix the build by using

ktorfit {
    compilerPluginVersion.set("2.3.3")
}

FYI: Foso/Ktorfit#1010

Copy link
Contributor

Copilot AI commented Jan 12, 2026

@Tlaster I've opened a new pull request, #1685, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 2 commits January 12, 2026 02:34
Fix Kotlin 2.3.0 build compatibility by configuring Ktorfit compiler plugin version
github-actions[bot]
github-actions bot previously approved these changes Jan 12, 2026
@Tlaster
Copy link
Contributor

Tlaster commented Jan 12, 2026

@copilot fix build issues

Copy link
Contributor

Copilot AI commented Jan 12, 2026

@Tlaster I've opened a new pull request, #1686, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 3 commits January 12, 2026 04:11
- Remove redundant else branches in exhaustive when expressions
- Remove unnecessary safe calls on non-null receivers
- Remove Elvis operators that always return left operand
- Remove unnecessary type casts
- Fix serializer visibility to match data class visibility

Co-authored-by: Tlaster <[email protected]>
Fix Kotlin 2.3.0 warnings to maintain allWarningsAsErrors
github-actions[bot]
github-actions bot previously approved these changes Jan 12, 2026
@Tlaster
Copy link
Contributor

Tlaster commented Jan 12, 2026

@copilot fix build issue while keeping the warning as error

Copy link
Contributor

Copilot AI commented Jan 12, 2026

@Tlaster I've opened a new pull request, #1687, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 2 commits January 12, 2026 05:28
github-actions[bot]
github-actions bot previously approved these changes Jan 12, 2026
@Tlaster
Copy link
Contributor

Tlaster commented Jan 12, 2026

@copilot fix the build by using

ktorfit {
    compilerPluginVersion.set("2.3.3")
}

FYI: Foso/Ktorfit#1010

Copy link
Contributor

Copilot AI commented Jan 12, 2026

@Tlaster I've opened a new pull request, #1688, to work on those changes. Once the pull request is ready, I'll request review from you.

@Tlaster Tlaster merged commit 03e865b into master Jan 12, 2026
7 checks passed
@Tlaster Tlaster deleted the dependabot/gradle/kotlin-2.3.0 branch January 12, 2026 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants